home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Zoom 1
/
Zoom (1995)(Active Software, Ground Zero).iso
/
utils
/
u605.dms
/
u605.adf
/
Check!
< prev
next >
Wrap
Text File
|
1994-09-28
|
805b
|
31 lines
FailAt 20
Echo "This script verifies all files in DreamTerm distribution archive using"
Echo "MD5SUM checksums and PGP. If check fails you can be sure that file is"
Echo "modified. If this is the case then DO NOT run any of the files as nasty"
Echo "hacks can include viruses."
Echo ""
Echo "Unfortunately if someone decide to do such things s/he propably removes"
Echo "this check script..."
Echo ""
Ask "Do you have PGP installed in your system? (Y/N)"
if WARN
Ask "Do you want to extract my public key from archive? (Y/N)"
if WARN
pgp -ka Key.pgp
Wait 3
endif
Echo "Checking if checksum file is ok..."
Echo ""
pgp Check.md5 -o Check
Delete >nil: Check
Wait 5
pgp >nil: md5sum.pgp
Echo ""
md5sum -cv Check.md5
Echo ""
Ask "Press enter"
Delete md5sum >nil:
endif